s;;; QQ: 67762207
%100
+5
+6
+43
[@main]
#IF
checkpkpoint 2
#SAY
_ Away. My name is guardian to take advantage of before.\\
<Close/@exit>
#ELSESAY
_ Welcome to. There is a need for weapons? \
(FCOLOR/10) bulk <buy/@buy + (weapons class)> Weapons (FCOLOR/12) \
<Buy/@buy> Weapons \
<Sell/@sell> Weapons \
<Repair/@repair> Weapons \
Conduct <special repair/@Special_Repair (1)>\\
<Weapons production and decomposition/@WeaponProduce> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest>\\
<Abandoned/@exit>


[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities


[@buy]
#SAY
_ In such remote areas in order to survive, it needs a good force of weapons. There are a lot of good weapons, you look bar. \
<Pre-step/@main>

[@sell]
#SAY
If you have no use of arms, please sell me.\\
<Pre-step/@main>

[@repair]
#SAY
If you wish, I'll help you repair. But you need to know the greatest staying power will be down.\\
<Pre-step/@main>

[~ @ repair]
#SAY
I think that this level of repair of the bad.\\
<Pre-step/@main>

[goods]


[@Special_Repair ()]
#CALL [System\TotalRepair.txt] @SRepairItem

[@TalkToQuest]
#IF
Check [209] 1
Check [409] 0
#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \

#ACT
Mov D0 1
#IF
Check [102] 1
Check [302] 0
#SAY
<On the task of dialogue./@CALL_AreQuest_17>\\
#ACT
Mov D0 1

#IF
Check [110] 1
Check [111] 0
#ACT
Mov D0 1
#SAY
<On the task of dialogue./@AreaQuest10_NPC4Check>\\

#IF
Check [101] 1
Check [301] 0
checkjob Wizard
#SAY
<On the task of dialogue./@CALL_WizardQuest_3_1>\\
#ACT
Mov D0 1

#IF
check [104] 1
check [304] 0
#ACT
Mov D0 1
#SAY
<On the task of dialogue./@Area_Questsay_4>\\

#IF
Equal D0 1
#SAY
_ <Return/@Main> \
_ <Close/@exit>

#IF
! Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Really can not stand Orc harassment.\\
_ <Close/@exit>

[@WeaponProduce]
#CALL [ProduceSystem\Weapon\WeaponMain.txt] @Weaponmain
[@CALL_AreQuest_17]
#CALL [AreaQuest\ChoBoGuide2\ChoBoGuide2.txt] @Basic2_Musa_17

[@Area_Questsay_4]
#CALL [AreaQuest\ChoboGuide4\ChoBoGuide4.txt] @Basic5_Taekuon_20

[@CALL_WizardQuest_3_1]
#CALL [AreaQuest\ChoBoGuide1\ChoBoGuide1_Wizard.txt] @Basic_Wizard_3_1

[@AreaQuest10_NPC4Check]
#CALL [AreaQuest\ChoboGuide10\ChoboGuide10.txt] @Area10_NPC4

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207